home *** CD-ROM | disk | FTP | other *** search
/ MIDICraft's MIDINET CD-ROM / MIDICraft's MIDINET CD-ROM.iso / DOSUTILS / ZWHERE.DOC < prev    next >
Text File  |  1997-04-02  |  5KB  |  138 lines

  1.         ******************************
  2.             zwhere v1.0
  3.     
  4.            Listing directories and compressed archives
  5.               by Guenter Nagler 
  6.                 1994 
  7.           (gnagler@ihm.tu-graz.ac.at)
  8.         ******************************
  9.  
  10. [1] BACKGROUND
  11. Finding files by name in a directory can simply be done by  dir /S  
  12. command under DOS.
  13. Finding files in ZIP compressed archives in one directory can also be
  14. performed by programs like pkunzip or unzip.
  15.  
  16. The task is difficulter when the archives are stored in different directories
  17. or using different archive utilities.
  18.  
  19. zwhere tries to solve this combined task by searching files in given drives,
  20. in all subdirectories. It also searches files in various compressed archives.
  21. It allows wildcards (*, ?, [a-z0-9]) and shows the file sizes.
  22.  
  23. zwhere currently reads directories of following archivers:
  24.     ZIP..... generated by pkzip (by PKWARE)
  25.     ARJ..... generated by arj (by Robert K. Jung)
  26.         RAR..... generated by rar (by Eugene Rashal)
  27.     LHA..... generated by lharc (by Haruyasu Yoshizaki)
  28.      GZIP.... generated by gzip  (by Jean-loup Gaille)
  29.     ARC..... generated by pkarc (by PKWARE)
  30.     EXE..... selfextracting EXE  (zip, rar, arj, lha)
  31.  
  32. [2] FILES DESCRIPTION
  33.  
  34. ZWHERE.EXE..........MSDOS executable for finding files in directories or archives
  35. ZWHERE.DOC..........this file, showing usage of ZWHERE.EXE
  36. only ZWHERE.EXE is required to run program
  37.  
  38. [3] COPYRIGHT
  39.  
  40. ZWHERE (c) 1997 was created by Guenter Nagler.
  41.  
  42. ZWHERE is free and may be used as you wish with this one exception:
  43.  
  44.     You may NOT charge any fee or derive any profit for distribution
  45.     of ZWHERE.  Thus, you may NOT sell or bundle ZWHERE with any 
  46.     product in a retail environment (shareware disk distribution, CD-ROM,
  47.     etc.) without permission of the author.
  48.  
  49. You may give ZWHERE to your friends, upload it to a BBS, or ftp it to
  50. another internet site, as long as you don't charge anything for it.
  51.  
  52. [4] DISCLAIMER
  53.  
  54. ZWHERE was designed to list MSDOS directories and some popular compressed 
  55. archives. 
  56.  
  57. It is not guaranteed that this program can read every directory created
  58. by the mentioned programs. Especially newer program versions might use
  59. new directory entries incompatible to elder versions.
  60.  
  61. Use ZWHERE at your own risk.  Anything you do with ZWHERE is your
  62. responsibility, and not the author's.  Any damage caused to any person,
  63. computer, software, hardware, company, or business by running ZWHERE 
  64. is your responsibility, and the author will not be liable.
  65.  
  66. If you don't understand these terms, or are not sure of something, or
  67. are afraid something bad might come of using ZWHERE, don't  use  it!
  68. You are here forewarned.
  69.  
  70. [5] INSTALLATION 
  71.  
  72. Simply copy ZWHERE.EXE in a directory that is in your path.
  73.  
  74. zwhere.exe runs only with PC under MSDOS and WIN95 command shell.
  75.  
  76. [6] USAGE
  77. zwhere: locate files, Copyright (1994) by Günter Nagler
  78. usage: zwhere [/help] [path\]filemask] ...
  79.  
  80. The parts inside brackets [ ] are optional.
  81.  
  82. path.....Default search path is current directory and its subdirectories.
  83.     path may contain drive. 
  84.     Wildcards are allowed in path and drive  (e.g. [c-f]:\win*\*sys*\ )
  85. filemask... Default file mask is *.*
  86.     Wildcards are allowed (even *here*.*c matches zwhere.doc )
  87.     
  88. If no parameter is specified then usage is shown.
  89.  
  90. zwhere can be aborted by pressing <ESC> key.
  91.  
  92. Long filenames are supported under DOS 7.0 (Win95 DOS shell).
  93.  
  94. Hidden option -version shows version and copyright information.
  95.  
  96. [7] OUTPUT MESSAGES
  97.  
  98. example: ZWHERE ?:\win*\*mand\*.com
  99.     5367 C:\WINDOWS\COMMAND\CHOICE.COM
  100.    22263 C:\WINDOWS\COMMAND\DISKCOPY.COM
  101.    15719 C:\WINDOWS\COMMAND\DOSKEY.COM
  102.    71022 C:\WINDOWS\COMMAND\EDIT.COM
  103.    41415 C:\WINDOWS\COMMAND\FORMAT.COM
  104.    20023 C:\WINDOWS\COMMAND\KEYB.COM
  105.    29735 C:\WINDOWS\COMMAND\MODE.COM
  106.    10487 C:\WINDOWS\COMMAND\MORE.COM
  107.    13447 C:\WINDOWS\COMMAND\SYS.COM
  108.  
  109. example: zwhere *.bat
  110.       42 E:\TED\GNTREE\GNTREE.ZIP: D.BAT
  111.      302 E:\TED\GNTREE\GNTREE.ZIP: BACKUP.BAT
  112.      297 E:\TED\GNTREE\GNTREEA.ZIP: BACKUP.BAT
  113.       42 E:\TED\GNTREE\D.BAT
  114.      302 E:\TED\GNTREE\BACKUP.BAT
  115.      105 E:\TED\GNTREE\INSTALL.BAT
  116.       42 E:\TED\GNTREE\ZIPTPW.ZIP: D.BAT
  117.       42 E:\TED\GNTREE\ZIPTCMNT.ZIP: D.BAT
  118.      302 E:\TED\GNTREE\ZIPTCMNT.ZIP: BACKUP.BAT
  119.       42 E:\TED\GNTREE\ZIPTC.ZIP: D.BAT
  120.      302 E:\TED\GNTREE\ZIPTC.ZIP: BACKUP.BAT
  121.       42 E:\TED\GNTREE\ARJNORM.ARJ: D.BAT
  122.      302 E:\TED\GNTREE\ARJNORM.ARJ: BACKUP.BAT
  123.       42 E:\TED\GNTREE\ARJCMNT.ARJ: D.BAT
  124.      302 E:\TED\GNTREE\ARJCMNT.ARJ: BACKUP.BAT
  125.      263 E:\TED\GNTREE\RARNORM.RAR: RUN.BAT
  126.       60 E:\TED\GNTREE\RARNORM.RAR: NEXT.BAT
  127.      112 E:\TED\GNTREE\RARNORM.RAR: STAT.BAT
  128.      263 E:\TED\GNTREE\RARCMNT.RAR: RUN.BAT
  129.       60 E:\TED\GNTREE\RARCMNT.RAR: NEXT.BAT
  130.      112 E:\TED\GNTREE\RARCMNT.RAR: STAT.BAT
  131.      192 E:\TED\GNTREE\ARCCMNT.ARC: BACKUP.BAT
  132.       42 E:\TED\GNTREE\ARCCMNT.ARC: D.BAT
  133.      302 E:\TED\GNTREE\GZIPNORM.GZ: BACKUP.BAT
  134.       42 E:\TED\GNTREE\GZIPNORM.GZ: D.BAT
  135.  
  136. Zwhere shows the file size (bytes) the full name of the archive and the matching filename
  137. when a file in a compressed archive matches. 
  138.